#app,
.all-box {
	width: 100%;
	position: relative;
	min-width: 1200px;
	background-color: #fff;
}
/***头部背景******************************/
.box-topbox {
	width: 100%;
	min-width: 1200px;
	height: auto;
	background-image: url("../../images/home/topbg.png");
	background-size: 100% 100%;
	min-height: 270px;
}
.box_btmbox {
	width: 50%;
	min-width: 1200px;
	margin: auto;
	height: 240px;
	display: flex;
	justify-content: space-between;
	align-items: center;

	position: relative;
}
.box-btmbox-l {
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.box-logo {
	width: 80px;
	height: 58px;
	background-image: url("../../images/home/emblem.png");
	background-size: 100% 100%;
	margin-right: 20px;
}

.box-logo-d {
	width: auto;
	height: auto;
}

.box-logo-title {
	height: auto;
	font-size: 38px;
	font-family: "Microsoft YaHei";
	color: #e22323;
	padding: 4px 0;
	margin: 0;
	font-weight: bold;
}
.box-logo-www {
	height: auto;
	font-size: 14px;
	color: #000;
	font-family: BlinkMacSystemFont;
	margin: 0;
	margin-top: 5px;
}
.box_btmbox_r {
	width: 540px;
}
.btm_tabbox {
	width: 85%;
	height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btm_tabbox span {
	width: 50%;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

.search-input {
	width: 100%;
	height: 48px;
	margin-top: 10px;
}

.search {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.search input {
	width: 85%;
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	text-indent: 25px;
	background-color: #fff;
	border-radius: 20px;
	padding-right: 40px;
	outline: none;
	border: none;
}
.search span {
	width: 15%;
	height: 47px;
	background-color: #e22323;
	margin-left: -40px;
	border-radius: 50px;
	color: #FFFFFF;
	display: inline-block;
	text-align: center;
	line-height: 47px;
	cursor: pointer;
}
.tabactive {
	color: #e22323;
}
/***头部导航****/
.title_listbox {
	width: 100%;
}
.title_list {
	width: 50%;
	min-width: 1200px;
	margin: auto;
	align-items: center;
	flex-wrap: wrap;
}

.list_item {
    position: relative;
    width: 13%;
    padding: 25px 0;
    margin-bottom: 15px;
    font-size: 15px;
    background-color: rgba(238, 249, 255, 1);
    border-radius: 5px;
	text-decoration: none;
}

.list_items {
	width: 100%;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #000000;
	font-size: 18px;
}

.list_imgTop {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px
}

.list_img {
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 25px;
}

/****轮播图和新闻动态****/
.nex-box {
	width: 100%;
	margin: 10px 0px 20px 0px;
}
/*轮播图*/
.next-onebox {
	padding-top: 10px;
	width: 50%;
	min-width: 1200px;
	margin: auto;
}

.swapper-box {
	height: 340px;
	width: 49%;
	position: relative;
}
.slide-item {
	width: 100% !important;
	height: 100% !important;
}

.slide-item img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.slide-item span {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	font-size: 15px;
	line-height: 35px;
	box-sizing: border-box;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 100px 0 10px;
}

.swapper-img {
	width: 100%;
	height: 100%;
}

.swapper_dis {
	position: absolute;
	bottom: 0px;
	width: 100%;
	z-index: 2;
	width: 100%;
	font-size: 15px;
	line-height: 35px;
	box-sizing: border-box;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 0 100px 0 10px;
}
/****新闻动态*****/
.nextbox-r {
	width: calc(100% - 50%);
	padding-left: 15px;
}

.next-righttop {
	width: 100%;
	height: 44px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.next-righttop span {
	width: 31%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #eee;
	border-radius: 10px;
	cursor: pointer;
}
.nextactive {
	background-color: #077efc !important;
	color: #fff;
}
.news_hotbox {
	width: 100%;
	height: calc(340px - 44px);
	padding-top: 20px;
}
.news-listbox {
	width: 100%;
	min-height: 280px;
}
.one-more {
	height: 40px;
	line-height: 40px;
	float: right;
}
.news_one {
	width: 100%;
	line-height: 45px;
	height: 45px;
	cursor: pointer;
}
.news-one-title {
	/*width: calc(100% - 100px) !important;*/
}
.news-one-title:hover {
	color: #e22323;
}
.news-one-data {
	width: 250px;
	text-align: right;
	cursor: pointer;
}
/****信用公示***/
.fen-content {
	width: 100%;
}
.fen-one {
	font-size: 0px;
	/*width: 49%;*/
	height: 100%;
	align-items: center;
	/*margin-bottom: 20px;*/

	cursor: pointer;
}
.fen-one img {
	width: 100%;
	height: 100px;
}

.one_content {
	padding: 0px 20px 20px 20px;
}
.one_leftbox {
	width: 32%
}
.one_titlebox {
	    width: 100%;
	    height: 40px;
	    line-height: 40px;
	    margin: 15px 0px;
}
.one_titlebox h2{
    padding: 0px 15px;
    font-size: 18px;
    font-weight: bolder;
}
.one_titlebox_left {
	position: relative;
	height: 40px;
	background-color: rgba(234, 243, 248, 1);
	border-radius: 5px;
}

.one_titlebox_left img {
    width: 270px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.one_titlebox_left span.title {
	font-size: 18px;
	color: #113582;
	font-weight: bolder;
	position: absolute;
	/*top: 50%;*/
	/*left: 50%;*/
	transform: translate(20%, 0%);
}
.one_titlebox {
	color: rgba(0, 0, 0, 0.65);
}

/*排名*/
.rangbox {
	width: 49%
}
.rang-head {
	display: flex;
	justify-content: space-between;
	align-self: center;
	line-height: 50px;
	height: 50px;
	background-color: #648eca;
}

.rang_listbox {
	width: 100%;
}

.rang-head span:first-child {
	width: 20%;
	text-align: center;
}

.rang-head span {
	width: 40%;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}

.rankall-box {
	width: 100%;
	height: 190px;
}

.ranglist_itme {
	display: flex;
	justify-content: space-between;
	align-self: center;
	line-height: 40px;
	height: 40px;
}

.ranglist_itme:nth-child(odd) {
	background-color: #f3f3f3;
}

.ranglist_itme span:first-child {
	width: 20%;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-weight: 600;
	font-size: 16px;
}

.ranglist_itme span {
	width: 40%;
	line-height: 40px;
	text-align: center;
	color: #333;
	font-weight: 600;
	font-size: 16px;
}
/***底部代码****/
.xinybox {
	width: 100%;
}
.xin-listone{
	cursor: pointer;
	margin: 15px 15px;
	border-radius: 5px;
}
/*底部*/
.btmbox {
	width: 100%;
	/*height: 176px;*/
	background-color: #e22323;
}
.btmbox-link{
	width: 100%;
	background-color: rgba(234, 243, 248, 1);
	margin-bottom:-20px;
}
.btm_infobox {
	width: 50%;
	min-width: 1200px;
	margin: auto;
	position: relative;
	flex-direction: column;
	padding: 20px 0;
}

.btm-logo {
	position: absolute;
	left: 0;
	top: 40px;
	width: 70px;
}
/*.item {*/
/*	color: #fff;*/
/*	height:30px;*/
/*	line-height: 30px;*/
/*}*/
/*.item a {*/
/*	text-decoration: none;*/
/*	color: #fff;*/
/*}*/

#app .right-fixed {
	position: fixed;
	z-index: 9999;
	right: 0;
	bottom: 150px;
}

#app .right-fixed li {
	position: relative;
	width: 50px;
	height: 50px;
	background-color: #cacaca;
	margin-bottom: 1px;
	cursor: pointer;
	transition: all 0.4s;
}

#app .right-fixed li:hover {
	background-position: 0 50px;
}

#app .right-fixed li:hover .tip span {
	top: 0;
}

#app .right-fixed li:hover .app-logo,
#app .right-fixed li:hover .weixin-logo,
#app .right-fixed li:hover .wap-logo {
	display: block;
}

#app .right-fixed li .tip {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#app .right-fixed li .tip span {
	position: absolute;
	left: 0;
	top: -100%;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: #e22323;
	color: #fff;
	line-height: 20px;
	text-align: center;
	padding: 5px 10px;
	transition: top 0.4s;
}

.right-fixed .robot {
	background: #cacaca url("../../images/home/right-fiexd/icon_machine.png") 10px 10px no-repeat;
}

.right-fixed .robot:hover {
	background-position: 10px 60px;
}

.right-fixed .app {
	background: url("../../images/home/right-fiexd/app.jpg") 0 0 no-repeat;
}

.right-fixed .weixin {
	background: url("../../images/home/right-fiexd/weixin.jpg") 0 0 no-repeat;
}

.right-fixed .wap {
	background: url("../../images/home/right-fiexd/mobile.jpg") 0 0 no-repeat;
}

.right-fixed .back-top {
	background: url("../../images/home/right-fiexd/top.jpg") 0 0 no-repeat;
}

.right-fixed .back-top:hover {
	background-position: 0 0;
}

.right-fixed .back-top:hover .tip span {
	display: block;
}

.right-fixed .app-logo,
.right-fixed .weixin-logo,
.right-fixed .wap-logo {
	width: 162px;
	display: none;
	position: absolute;
	bottom: 0;
	left: -162px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.wap-logo,
.app-logo,
.weixin-logo img {
	width: 160px;
	height: 160px;
}

/**********信用服务*************/
.credit-public {
	width: 50%;
	min-width: 1200px;
	margin: 20px auto;
}
.next-oneboxbg {
	background-color: rgba(247, 248, 248, 1);
	border-radius: 10px;
}
.service {
	margin: 0 20px;
	line-height: 30px;
	padding: 15px 0px;
}
.service-title {
	font-size: 20px;
	width: 80%;
	font-weight: bolder;
}
.service-more {
	font-size: 16px;
	cursor: pointer;
	width: 10%;
	text-align: right;
}
.service-onebox {
	padding: 0 20px;
}
.uniqueBottom{
	padding:20px 20px 0px 20px !important
}
.uniqueLink{
	padding:15px 15px  !important
}
.service-one {
	position: relative;
	font-size: 0px;
	cursor: pointer;
}
.service-one-title{
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    padding-left: 50px;
	font-size: 14px;
}
.so-title{
	display: block;
	height:35px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.so-link{
	display: block;
	height:30px;
	line-height: 30px;
}

/*************全国信用网站一体化公式专栏*************/
.spe-column-news {
	margin: 20px 0px;
	width: 100%;
	padding: 0 20px;
}
.next-rightSep,.next-linkSep{
	width: 100%;
	cursor: pointer;
}

.next-rightSep span {
    width: 44%;
    height: 44px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    background-color: #eee;
    border-radius: 10px;
	cursor: pointer;
}
.next-linkSep span{
	width: 18%;
	height:44px;
	line-height:48px;
	text-align: center;
	border-radius: 10px;
	background-color: #eee;

	margin-right:2%;
}
.spe-column {
	line-height: 30px;
	margin: 20px;
}
.spe-column-title{
	font-size: 20px;
	font-weight:bolder;
}
.spe-column-bolder{
	font-weight: bolder;
}
.nextbox-spe{
	width:33%;
}

/***底部宣传图****/

.bottomB-one {
	width: 32.5%;
	font-size: 0px;

	cursor: pointer;
}

.bottomB-one img {
	width: 100%;
}
.nservice-bottom{
	padding-bottom:20px
}
.nextbox-link{
	width: 100%
}
.news_linkBJ{
    margin: 15px 0px;
	cursor: pointer;
}
.next-linkTitle{
	width: 150px !important;
	height: 30px;
	line-height: 30px;
	margin:10px 10px
}
